home *** CD-ROM | disk | FTP | other *** search
- #ifdef __GNUC__
-
- #ifndef __OPTIMIZE__
- #error Please compile this file with -O
- #else
-
- #define MUI_RequestA InlinedMUI_RequestA
- #include <inline/muimaster.h>
- #undef MUI_RequestA
-
- LONG MUI_RequestA(Object *Application,
- Object *TheWindow,
- LONGBITS Flags,
- const char *Title,
- const char *Gadgets,
- const char *FormatString,
- const APTR Params)
-
- {
- return InlinedMUI_RequestA(Application,TheWindow,Flags,Title,Gadgets,FormatString,Params);
- }
-
- #endif
-
- #endif
-